projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8243c74
)
(vc-dispatcher-selection-set): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 9 May 2008 15:31:33 +0000
(15:31 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 9 May 2008 15:31:33 +0000
(15:31 +0000)
lisp/vc-dispatcher.el
patch
|
blob
|
history
diff --git
a/lisp/vc-dispatcher.el
b/lisp/vc-dispatcher.el
index 2970854c019ebec0393df6c124267ef80bdd35ae..5a5e15fbc7d740e1b34af4185b28528b64c28d55 100644
(file)
--- a/
lisp/vc-dispatcher.el
+++ b/
lisp/vc-dispatcher.el
@@
-1336,7
+1336,8
@@
NOT-URGENT means it is ok to continue if the user says not to save."
(eq t (compare-strings buffer-file-name nil (length elem)
elem nil nil))
(eq (current-buffer) (get-file-buffer elem)))
- (setq member t))))))
+ (setq member t))))
+ member))
(defun vc-dispatcher-selection-set ()
"Deduce a set of files to which to apply an operation. Return the fileset.